home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Grab Bag
/
Shareware Grab Bag.iso
/
090
/
pctjja86.arc
/
STATEC.ARC
/
BIGFILE2.H
< prev
next >
Wrap
Text File
|
1983-02-02
|
384b
|
15 lines
/* viewcmds.h - definition of codes for input commands */
#define NEXTPAGE 0
#define PREVPAGE 1
#define FIRSTPAGE 2
#define LASTPAGE 3
#define MOVETOPOS 4
#define EXITPGM 5
#define NEXTLINE 6
#define PREVLINE 7
#define INVALIDCMD 99